Clear Method

Task Parallel System.Threading

Removes all keys and values from the ConcurrentDictionary<(Of <(TKey, TValue>)>).

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Sub Clear
C#
public void Clear()

Implements

ICollection<(Of <(T>)>)..::.Clear()()()
IDictionary..::.Clear()()()

See Also